home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / patches / pw101.exe / 102FIXES.TXT next >
Text File  |  1993-05-10  |  10KB  |  321 lines

  1.                      PROCOMM PLUS for Windows version 1.02
  2.                                  Release Notes
  3.                                   May 10, 1993
  4.  
  5. The following changes have been made for the PROCOMM PLUS for Windows 1.02
  6. maintenance release:
  7.  
  8.  
  9. WINDOWS ASPECT
  10. The Termkey command has improved stability for internal ALT-key accelerators
  11. and now executes properly when preceeded by the SENDKEY command.
  12.  
  13. The SHELL command now reads the COMSPEC or SHELL settings in order to launch
  14. the proper command processor.
  15.  
  16. The SET DIALDIR MAXDIAL command now accepts integers 0-999.
  17.  
  18. The DISABLE command now works as documented in the ASPECT Reference Manual.
  19.  
  20. ASPECT support corrected for expressions float=float/int
  21.  
  22. The PASS indicator in the dialing window is now updated correctly when
  23. queue dialing is specified in a script.
  24.  
  25. The NEWITEM command now works as documented in the ASPECT Reference Manual.
  26.  
  27. ASPECT now defines Error 0 as "Invalid Attribute".
  28.  
  29. Format string support enhanced for the * (field precision) and %% (literal %)
  30. identifers.
  31.  
  32. Both DDE client and server support enhanced.
  33.  
  34. The FLISTBOX command now saves selected filenames in alphabetical order.
  35.  
  36. Set/Fetch commands now execute correctly when used with SET DIALDIR ACCESS.
  37.  
  38. $OSVER now correctly reports the DOS version.
  39.  
  40.  
  41. DIALING DIRECTORY
  42. When entries are highlighted and copied, the Port settings now reflect
  43. each entry's port field contents.
  44.  
  45. The ADVANCED button is now greyed in cases where advanced options do not
  46. exist.
  47.  
  48.  
  49. EMULATIONS
  50.  
  51. AT&T 605/4410
  52. Downloadable function key sequences can now contain empty mappings
  53. without erasing the current function key mapping.
  54.  
  55. VTxxx
  56. The command for transparent print on/off is now interpreted correctly.
  57.  
  58. Answerback supported when ^[[>c or ^[[>0c is received.
  59.  
  60. Tab sizes are now doubled in double-wide character mode.
  61.  
  62.  
  63. MISCELLANEOUS
  64.  
  65. Ampersands no longer appear as underscores in the Notes field of the scripts
  66. dialog box, the File Upload dialog box, and the Dialing Directory dialing
  67. window.
  68.  
  69. Version 1.02 will restore to a minimized state if it was last run minimized.
  70.  
  71. Current script on the Action Bar is now updated after an unsuccessful dial.
  72.  
  73. PWKEYMAP.FON now loads under Windows 3.0.
  74.  
  75. The Terminal Setup Line Wrap checkbox now works properly.
  76.  
  77. Setup corrects problem with "Tab stops every n position" for 132-column 
  78. emulations.
  79.  
  80. Version 1.02 now flushes the contents of the current screen before the program
  81. shuts down.
  82.  
  83. In Setup, selecting Font Based on Window and OK immediately takes effect.
  84.  
  85. In the PCPLUS Narrow font, size 9, ASCII character value 186 was reversed with 
  86. value 199.  This has been corrected.
  87.  
  88. If an invalid COM port is selected, the phone icon and online/offline
  89. indicator both report the correct port status.
  90.  
  91.  
  92. Version 1.02 now looks at the Capture file path defined in User Settings before
  93. creating the file.
  94.  
  95. Version 1.02 now drops DTR and RTS when it switches ports or the program is
  96. closed.
  97.  
  98. Record Mode correctly interprets quoted strings received from a host.
  99.  
  100.  
  101. PRINTING
  102.  
  103. The Dialing Directory now uses the printer specified in Printer Setup.
  104.  
  105. Printer fonts list is now updated when a different printer is selected.
  106.  
  107. In Printer Setup, the Alt-S accelerator was used twice.
  108.  
  109. Headers now print with any top margins. 
  110.  
  111. Headers are now printed when the Screen to...Printer function is executed.
  112.  
  113.  
  114.  
  115. PROTOCOLS
  116.  
  117. Kermit
  118. No longer adds an extra carriage return to uploads using Kermit TEXT mode.
  119.  
  120. Now properly truncates mainframe long filenames and file extensions.
  121.  
  122.  
  123. RAW ASCII 
  124. Uploads now support software flow control.
  125.  
  126.  
  127.  
  128. NEW PW.INI STATEMENTS
  129. The following two statements can now be added to the PW.INI file:
  130.                                                                  
  131. Disable DEC Keypad Application Mode=1
  132. This statement may be inserted into the [options] section to disable
  133. DEC keypad application mode in VTxxx emulations.  Setting it to 0 will
  134. enable the keypad application support (default).
  135.  
  136. SelectionToClipboardOnly=1
  137. This statement may be inserted into the [options] section to disable
  138. sending data to the COM port when the user highlights a portion of
  139. the terminal screen and clicks the right mouse button.  Setting it
  140. to 0 (default) enables both copying the text to the Windows clipboard
  141. and sending the data out the open COM port.
  142.  
  143. ==============================================================================
  144.                      PROCOMM PLUS for Windows version 1.01
  145.                                  Release Notes
  146.                                 August 25, 1992
  147.  
  148. The following changes have been made for the PROCOMM PLUS for Windows 1.01
  149. maintenance release:
  150.  
  151.  
  152. WINDOWS ASPECT
  153.  
  154. The Windows ASPECT script language has improved execution speed.  Scripts
  155. can now be expected to run between seven and twenty times faster.
  156.  
  157. The MSPAUSE, CLIPTOFILE, WHEN ISKEY, and DIALQUEUE commands now operate as
  158. described in the Windows ASPECT Reference Manual.
  159.  
  160. The $TIME and $USERWIN system variables now operate as described in the
  161. Windows ASPECT Reference Manual.
  162.  
  163. The $FLOWSTATE system variable now dynamically changes with the state of
  164. XON/XOFF (Software) Flow Control.
  165.  
  166. The Procedure Calling convention of PROC1(a,b,c) now supports up to 10
  167. arguments.
  168.  
  169. The TRANSMIT DDE server command no longer converts strings to lowercase or
  170. sends quote marks that act as a string terminator.
  171.  
  172.  
  173.  
  174. CONVERT
  175.  
  176. The program now properly converts the Dialing Directory parity/databits
  177. fields from the DOS version of PROCOMM PLUS.
  178.  
  179. The program now converts entries whose names begin with spaces.
  180.  
  181.  
  182.  
  183. DIALING DIRECTORY
  184.  
  185. The Dialing Directory now allows entries to be deselected with the standard
  186. Windows Ctrl-key convention; however, note that the entry will not change
  187. color until the focus is moved.
  188.  
  189. The current highlighted entry is always considered "selected" and will be
  190. included as part of a dialing queue.
  191.  
  192. Use of the scroll bar no longer automatically selects entries.
  193.  
  194. The Print dialog options now operate as described in the User Manual.
  195.  
  196. The Notes function now supports editors which do not assume the ".TXT"
  197. extension.
  198.  
  199. The Sort function now sorts names in ascending order and totals in descending
  200. order.
  201.  
  202. Tab and Cursor Keys now work after the Alt-A accelerator command is used.
  203.  
  204.  
  205.  
  206. EMULATIONS
  207.  
  208. Characters received when a UART parity error is detected are displayed to the
  209. screen.
  210.  
  211. Switching between 80-column and 132-column displays has been improved.
  212.  
  213. Remappable keys are now echoed to the screen during half-duplex operation.
  214.  
  215. ADDS 60/90  Correctly supports cursor positioning sequences containing nulls
  216.             and corrects support for cursor positioning beyond column 10.
  217.  
  218. AT&T 4410   No longer "eats" the first character in a download function key
  219.             sequence with seq.length=0.
  220.  
  221. DEC VTxxx - Support for the following sequences has been improved:  Esc F
  222.             (7-bit mode), Esc(A (UK Character Set support) and Esc[?21 (VT52
  223.             mode).
  224.  
  225. DG 210      Supports cursor positioning sequences containing nulls and
  226.             now properly wraps when a cursor-down is received on the last
  227.             line of the screen.
  228.  
  229. IBM 3101    High-bit characters are properly displayed, and font switching
  230.             has been fully implemented.
  231.  
  232. TTY         Clears the screen when a formfeed is received.
  233.  
  234. Wyse 50     FUNC key now supported.  Also, the Esc2 Clear Tab Stop support
  235.             corrected.
  236.  
  237.  
  238.  
  239. MISCELLANEOUS
  240.  
  241. Record Mode now operates correctly when calling a bulletin board running
  242. WildCat! software.
  243.  
  244. The Meta Key button operation has been fixed.
  245.  
  246. Connection Logging now operates as described in the User Manual.
  247.  
  248. The internal .GIF Viewer will now save graphics as .BMPs on all systems.
  249.  
  250. Scripts run from the command line will not overwrite modem initialization
  251. characters still in the transmit buffer.
  252.  
  253.  
  254.  
  255. PRINTING
  256.  
  257. If the emulation is changed during a DEDICATED PRINT, the Dedicated Print mode
  258. is cleared.
  259.  
  260. Support has been enhanced for all Windows 3.1 printer drivers.
  261.  
  262.  
  263.  
  264. PROTOCOLS
  265.  
  266. Zmodem     Now truncates filenames greater than eleven characters and
  267.            corrects a problem that occurs only when uploading to Delphi.
  268.  
  269. CIS-B      Now searches for uploads in the default upload directory, and
  270.            support has been added for long paths when uploading.  CIS-B also
  271.            synchronizes faster when auto-downloading is not used.
  272.  
  273. Kermit     Now properly supports the TEXT attribute.  Support for encoded
  274.            file names has been improved.
  275.  
  276.  
  277.  
  278. PW.INI ADDITIONS
  279.  
  280. To add a new PW.INI parameter, run Windows Notepad and open the file PW.INI
  281. (contained in your Windows home directory).  Each new parameter should be
  282. entered on a separate line under the [Options] heading.
  283.  
  284. Xoff Delay=seconds
  285. This entry tells PROCOMM PLUS for Windows how long to wait before timing out
  286. after an XOFF has been received.  The default is 20 seconds.
  287.  
  288. ANSIBBS Eat Music=0|1
  289. This entry determines how PROCOMM PLUS for Windows will treat the ANSI Esc[M
  290. sequence.  A setting of 0 makes PROCOMM PLUS for Windows use the VT100 delete
  291. current line function, while a setting of 1 forces the ANSI-BBS emulation to
  292. "eat" incoming music sequences.  The default is 1.
  293.  
  294. DialDirMaximized=0|1
  295. This entry allows PROCOMM PLUS for Windows to track whether the Dialing
  296. Directory was left in a maximized state.  The default is 0, indicating the
  297. directory was not maximized.
  298.  
  299. Printer Shutdown Delay=seconds
  300. Some emulations which perform Dedicated Print do so by opening the printer,
  301. printing a single line and closing the printer for each line in the job.
  302. This causes Windows to send a formfeed after each line, ejecting the page.
  303. This entry creates a time window during which the printer will remain open
  304. (even if the emulation instructs to close the printer).  The default is 10
  305. seconds.
  306.  
  307.  
  308.  
  309. SETUP
  310.  
  311. The modem initialization string has been increased to 79 characters.
  312.  
  313. Path names are now saved when a root directory is specified.
  314.  
  315. Support for non-supplied font sizes has been improved.
  316.  
  317. The ASCII Download CR-LF option now correctly sends a LF when specified.
  318.  
  319. The ENQ Answerback now correctly transmits control characters.
  320.  
  321.